XML Einrichten Version 1.2
CODL Complex Type
XML Einrichten Version 1.2 : CODL Complex Type
Beschreibung
Handhabungshinweise für eine Position
Namensraum (none)
Diagramm
CommandCode Element CommandGroup Element Sequence CODL Complex Type
Overview
CODL
Handhabungshinweise für eine Position
Sequence
CommandGroup Restriction of xs:string
Anweisungs Gruppe
CommandCode optional Restriction of xs:string
DE: Anweisungs-Code vom Auftraggeber
002 = Aufbau
003 = Anschluss
004 = Zusteuerung der Ware durch Spediteur
Verwendet von
CODL Element
CODL Element
Quelle
<xs:complexType name="CODL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Handhabungshinweise für eine Position  </xs:documentation>
    <xs:documentation xml:lang="en">Handling instructions for a position</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="CommandGroup">
      <xs:annotation>
        <xs:documentation xml:lang="de">Anweisungs Gruppe </xs:documentation>
        <xs:documentation xml:lang="en">Command Group</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="17" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="CommandCode" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">
          <dl>
            <dt>DE: Anweisungs-Code vom Auftraggeber</dt>
            <dt>002  = Aufbau</dt>
            <dt>003  = Anschluss</dt>
            <dt>004 = Zusteuerung der Ware durch Spediteur</dt>
            <dt></dt>
          </dl>
        </xs:documentation>
        <xs:documentation xml:lang="en">
          <dl>
            <dt>Instruction by the client</dt>
            <dt>002  = Assembly</dt>
            <dt>003  = Connection</dt>
            <dt>004 = Adding the goods by the carrier</dt>
            <dt></dt>
          </dl>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="35" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Siehe auch
XML Einrichten Version 1.2